//1.2 - Town Crier Program - Dirk Henkemans - Prima Publishing #include #include using namespace std; //introduces namespace std string yell = "A dragon is coming, take cover!!!"; int main(void) { cout<< yell.c_str() <